4.3. Creating an ext4 File System
The steps for creating an ext4 file system are as follows: Format the partition with the ext4 file system using the mkfs.ext4 or mke4fs command.
Master the Linux 'mkfs.ext4' Command
'mkfs.ext4' is an essential tool for managing ext4 file systems on Linux. This guide provides a comprehensive overview of its usage, parameters, ...
mkfs.ext4(8)
DESCRIPTION. mke2fs is used to create an ext2, ext3, or ext4 file system, usually in a disk partition (or file) named by device. The file system size is ...
Creating ext4 partition from console
First of all you need to create a partition, then you can make the filesystem. Create a new partition sudo fdisk /dev/sda This will bring up the fdisk menu.